home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / comshl10.zip / README.DOC < prev    next >
Text File  |  1994-07-30  |  4KB  |  114 lines

  1.     
  2.     The Command Shell for DOS 6.2 
  3.     copyright (c) 1994
  4.     OldStone Productions
  5.  
  6.  
  7.         In order to use this product, you need to have DOS 6.2 and it must
  8.  
  9.    be on the DOS path. Any Utilites or external commands not available to the
  10.  
  11.    Command Shell will not run under the Shell. An alternative is to copy the 
  12.    
  13.    executable files cmshell.exe and comshell.bat to your DOS directory. Feel 
  14.  
  15.    free to alter comshell.bat for other programs, as it is irritating to have
  16.  
  17.    to run mem to see if there is more than one copy of a program running. Use
  18.  
  19.    the COMMAND command to run them with a larger environment or to run and  
  20.    
  21.    exit. (SEE Batch commands in the program)
  22.  
  23.        The Help screens in the program are in the form that you get by typing
  24.  
  25.    "command" /?. The syntax is [] around optional switches, path means the  
  26.    
  27.    DOS path to the file(Drive letter:\subdirectory\subdir....\file.name).
  28.  
  29.    On commands that have filters routed to keys, Pressing the indicated keys 
  30.    
  31.    have these effects:
  32.  
  33.           F2 is the same as adding " | more " to the command
  34.           F3 is the same as adding " | sort " to the command
  35.           F4 is the same as adding 
  36.               " | find /I (string you typed in parentheses)" to the command
  37.           F10 gives you the option to save the command output as a file
  38.               that you specify. You must type "y" to save. Anything else
  39.               runs the command unsaved.
  40.  
  41.        If you have sufficient upper memory, the program will load and run    
  42.        
  43.    high. It takes about 170k, so only the most empty of configurations will
  44.  
  45.    be able to do this. The program is character mode DOS, so it should run
  46.     
  47.    on almost anything. If you run it under Windows, be careful not to use
  48.  
  49.    those commands that Windows chokes on like CHKDSK /F, APPEND, and such.
  50.  
  51.    A complete list of them is in your documentation. BE CAREFUL!
  52.        
  53.        Since several commands in DOS are terminate and stay resident(TSR),
  54.  
  55.    I have written the Command Shell to not load them when it is in memory. 
  56.    
  57.    These commands are a small problem in that several of them also have a 
  58.  
  59.    maintainence feature, and if you try to use this feature when you are
  60.  
  61.    shelled out from another program (like the Command Shell), then you will
  62.  
  63.    end up loading them on top of this program in memory. Then when you exit,
  64.  
  65.    the TSR is not going to move. It will remain, fragmenting memory and 
  66.    
  67.    generally messing things up. One of the nice things about the Command 
  68.  
  69.    Shell is that you never have to worry about this anymore. If the utility
  70.  
  71.    is not in memory, the Command Shell will terminate and the help screen.
  72.  
  73.    for the utility will display in case you want to load it.  
  74.        
  75.        If the Help screen in the program is insufficient, before you head for
  76.  
  77.    the manual press F1. This runs the interactive DOS help for the command.
  78.  
  79.    To return to the Command Shell, use Alt-X.
  80.        
  81.        If there is sufficient interest is this type of program for other DOS
  82.  
  83.    versions, I will adapt them. The earliest I will go is DOS 3.3. Otherwise,
  84.  
  85.    I basically wrote this program to help a co-worker and it is set up for 
  86.  
  87.    the version we use here. I hope you find this useful enough to register,
  88.  
  89.    and any comments or requests can find me at Compuserve 71043,2377.
  90.  
  91.    At any rate, people who register get a few (hopefully) useful templates and
  92.  
  93.    batch files from me as an extra. At any time, a registered user is also
  94.  
  95.    entitled to any updates for shipping and handling, and any bug revision 
  96.    
  97.    that affects them for free.
  98.  
  99.        Due to a bug in DOS, if your DOS directory is not a direct child of
  100.  
  101.    the root directory and named "DOS" as in C:\DOS, you may run into this
  102.  
  103.    problem with my program. Pushing F1 runs the interactive DOS help for
  104.  
  105.    each command.  If you are in the parent directory of DOS and try to 
  106.  
  107.    run help, the help program cannot find it's data file. It displays the 
  108.  
  109.    message "Match not Found" and will not run. There is a fix written into
  110.  
  111.    the program, but your DOS directory must be of the type described above
  112.  
  113.    for it to work. This is a problem with DOS itself, not this program.
  114.